home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The Utilities Experience
/
The Utilities Experience - Volume 1.iso
/
software
/
graphics
/
a-g
/
fu
/
formulas
/
4star.form
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1995-12-21
|
196 b
|
29 lines
4Star
{
{
mirrorxy
x1=-2.0
x2= 2.0
y1=-2.0
y2= 2.0
bailout=2.0
}
{
c=pixel
z=pixel
}
{
r=z+c
z=r*r
t=[1.0,0.0]/z
z=t*t
z=z*r
w=abs(z)
}
{
w>bailout
}
{
}
}